1、 查:show
删:drop
drop database 库名;
实例:
mysql> drop database second_database;
Query OK, 0 rows affected (0.04 sec)
在实际业务中删除库的操作一定要慎重再慎重!!!